home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / CAPCN10.ARJ / CAPCN10.TXT < prev   
Text File  |  1992-09-06  |  3KB  |  68 lines

  1.     CapsControl 
  2.     version 1.0     
  3.     9/5/92
  4.     Sean Foderaro     jkf@franz.com     genie: jkf
  5.  
  6. CapsControl is a program that allows you to determine the
  7. behavior of the Caps Lock key and the Control key on the left side of
  8. the keyboard.  It runs as a Window 3.1 program (it will probably
  9. run under Windows 3.0 as well but I can't verify this).
  10. The remapping only has effect while running windows programs.
  11.  
  12. CapsControl comes in two parts: 
  13.     capc10.exe   - user interface
  14.     cap10.dll    - the mapping function.
  15.  
  16. When capc10.exe is run it must be able to find the file cap10.dll
  17. which means that cap10.dll should be in the working directory 
  18. or in your windows system directory.   Below I'll suggest how to
  19. install this program.
  20.  
  21. When you start capc10.exe it looks to see if it was given any 
  22. arguments on the command line and if so treats those as the default
  23. settings.  The two characters it looks for and their meanings are:
  24.  
  25.     p  - make the caps lock key act like a control key
  26.     n  - make the (left) control key act like a caps lock key
  27.  
  28. If you don't specify any command line arguments the default is that
  29. the caps lock key acts like the caps lock key and the control key
  30. acts like the control key.
  31.  
  32. The remapping only has effect as long as CapsControl is running.
  33. If you quit from it or otherwise kill it off, the remapping will
  34. no longer have any effect.  
  35.  
  36. Here is one way to set your system up to use CapsControl that
  37. will automatically swap the caps and control keys whenever you 
  38. start up windows:
  39.  
  40. 1.  create a directory, say c:\capcntrl, and put capc10.exe and cap10.dll
  41.     in that directory.
  42.  
  43. 2.  In the program manager, click on the 'startup' program group.  
  44.     If there is no startup program group then create one by selecting
  45.     New under the File menu and selecting a program group.
  46.  
  47. 3.  Under the File menu select New and create a new Program Item.
  48.     The description can be  'CapsControl' (or anything else you want).
  49.     The command line  is     c:\capscntrl\capc10.exe np
  50.     The working directory is c:\capscntrl
  51.     Click on the 'run minimized' box.
  52.     Now click on 'ok'
  53.  
  54. 4.  when you restart windows CapsControl will start up automatically
  55.     and the np argument will tell it to exchange the meanings of
  56.     the control and caps lock keys.
  57.  
  58.  
  59.  
  60.  
  61.  CapsControl may be freely distributed as long as it isn't modified
  62. or sold either separately or as part of another product.  
  63. Please send comments and suggestions to jkf@franz.com or on GEnie: jkf.
  64.  
  65.  
  66.                    
  67.  
  68.